    /*产品详情*/
    
    body {
        overflow-x: hidden;
    }
    
    .product {
        display: flex;
    }
    
    .product_all {
        background-image: url(../images/index/pro_bg.png);
    }
    
    .pro_left {
        width: 27%;
    }
    
    .text_title1 {
        font-size: 44px;
        font-family: "fontMi";
        /* font-family: Source Han Sans CN; */
        color: #DF0615;
        font-weight: bold;
    }
    
    .text_title2 {
        font-size: 35px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #000000;
        position: relative;
        display: inline-block;
    }
    
    .text_info {
        color: #555555;
        line-height: 25px;
        font-size: 14px;
        margin-top: 10px;
    }
    
    .text_span {
        margin-top: 20px;
    }
    
    .text_span_p1 {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        line-height: 31px;
    }
    
    .text_span_list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    
    .text_span_list li {
        width: 47%;
        border: 1px solid #D2D2D2;
        padding: 10px 6px;
        text-align: center;
        margin-right: 14px;
        margin-bottom: 10px;
        overflow: hidden;
    }
    
    .text_span_list li:nth-child(2n) {
        margin-right: 0;
    }
    
    .pro_right {
        width: 68.8%;
        margin-left: 50px;
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 43px;
    }
    
    .pro_one {
        position: relative;
        /* max-height: 418px; */
    }
    
    .mask {
        background-image: url(../images/index/ipart01_2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all 0.5s ease;
    }
    
    .swiper-button-prev:after,
    .swiper-button-next:after {
        content: '';
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        color: white;
        width: 40px;
    }
    
    .swiper-button-next {
        right: 25px;
    }
    
    .swiper-button-prev {
        left: 3px;
    }
    
    .swiper-button-disabled {
        opacity: 1 !important;
    }
    
    .pro_one_text {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 2px;
        transition: .7s ease;
        color: white;
        padding: 25px 45px;
        font-size: 20px;
        box-sizing: border-box;
        cursor: pointer;
    }
    
    .pro_one_text_info {
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        margin-top: 10px;
        display: none;
    }
    
    .text_span_list li:hover {
        background-color: #DF0615;
    }
    
    .text_span_list li:hover a {
        color: white;
    }
    
    .pro_o_list {
        display: none;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    
    .pro_o_list a {
        color: #FFFFFF;
        border: 1px solid;
        height: 36px;
        width: 106px;
        font-size: 14px;
        line-height: 36px;
        text-align: center;
        margin-right: 9px;
        margin-bottom: 9px;
    }
    
    .pro_o_list a:nth-child(2n) {
        margin-right: 0;
    }
    /* .pro_one>img {
        width: 100%;
    } */
    
    .mask img {
        display: none;
    }
    
    .pro_one_top {
        overflow: hidden;
    }
    
    .pro_one_top img {
        transition: all .8s ease 0s;
        width: 100%;
    }
    
    .pro_one:hover .pro_one_top img {
        transition: all .8s ease 0s;
        transform: scale(1.09);
    }
    
    .pro_one:hover .pro_one_text {
        bottom: 20%;
    }
    
    .pro_one:hover .mask {
        background-image: url(../images/index/black60.png);
    }
    
    .pro_one:hover .pro_o_list {
        display: flex;
        max-height: 89px;
        overflow-y: auto;
    }
    
    .pro_one:hover .pro_one_text_info {
        display: block;
    }
    
    .pro_o_list a:hover {
        background-color: #DF0615;
        border: none;
    }
    
    .common-btn {
        display: inline-block;
        width: 46%;
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #3B3B3B;
        margin-top: 10px;
    }
    
    .common-btn i {
        font-size: 32px;
        margin: 0;
    }
    
    .common-btn .icon2 {
        margin-left: -15px;
        font-size: 24px;
        transition: .5s ease;
    }
    
    .y_l {
        width: 32px;
        height: 32px;
        border: 1px solid #707070;
        border-radius: 50%;
    }
    
    .r_j {
        width: 28px;
        margin-left: -16px;
        margin-right: 10px;
        transition: .5s ease;
    }
    
    .common-btn:hover .r_j {
        margin-left: -5px;
        transition: .5s ease;
    }
    
    .common-btn:hover {
        color: #3B3B3B;
    }
    
    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: #878787;
        border-radius: 50%;
    }
    
    .swiper-pagination-bullet-active {
        width: 31px;
        height: 15px;
        background-color: #DF0615;
        border-radius: 9px;
    }
    
    .text_title2::after {
        content: ' ';
        position: absolute;
        background-color: #DF0615;
        border-radius: 50%;
        width: 9px;
        height: 9px;
        bottom: 7px;
        right: -15px;
    }
    
    .pro_right_all.swiper-wrapper {
        height: auto;
    }
    /*华起服务*/
    
    .service_all {
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .back_all {
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    
    .service_all {
        color: white;
    }
    
    .service_all .text_title2,
    .service_all .text_info {
        color: white;
    }
    
    .icon {
        display: flex;
        margin-top: 30px;
    }
    
    .icon_one {
        text-align: center;
        margin-left: 5vw;
    }
    
    .icon_one:first-child {
        margin-left: 0;
    }
    
    .icon_one img {
        max-width: 73px;
        margin-bottom: 10px;
    }
    
    .news_all {
        background-image: url('../images/index/news_bg.png');
    }
    
    .news_list {
        margin-top: 32px;
        display: flex;
        justify-content: space-between;
    }
    
    .news_list_left {
        width: 48.7%;
    }
    
    .news_list_right {
        width: 48.7%;
    }
    
    .news_l_time {
        font-size: 16px;
        line-height: 21px;
        color: #878787;
        margin: 10px 0;
    }
    
    .news_l_title {
        font-size: 27px;
        line-height: 36px;
        color: #484848;
    }
    
    .news_l_info {
        margin-top: 10px;
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 25px;
        color: #878787;
    }
    
    .right_t_img {
        width: 57%;
        overflow: hidden;
    }
    
    .right_t_img img,
    .news_l_top img,
    .right_b_img img {
        width: 100%;
    }
    
    .right_t {
        width: 100%;
        display: flex;
        max-height: 217px;
        overflow: hidden;
    }
    
    .right_t_text {
        width: 43%;
        padding: 14px;
        background-color: #0F649B;
        color: white;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    .right_t_info {
        font-size: 16px;
        margin-top: 10px;
        overflow: scroll;
    }
    
    .right_b {
        display: flex;
        margin-top: 16px;
    }
    
    .right_b_one {
        margin-right: 2%;
        width: 49%;
        font-size: 20px;
        color: #484848;
        line-height: 30px;
    }
    
    .right_b_one a {
        color: #484848;
    }
    
    .right_b_one:nth-child(2n) {
        margin-right: 0;
    }
    
    .company_all {
        width: 100%;
        display: flex;
        position: relative;
    }
    
    .company_left {
        width: 46%;
        position: relative;
        margin-left: 0;
        /* width: 43%;
    position: relative; */
    }
    
    .company_right {
        padding-right: 260px;
        color: white;
        /* left: unset; */
        right: 0px;
        width: 63%;
        height: 100%;
        position: absolute;
        top: 0;
        /* left: -1px; */
        z-index: 1;
        background: url(../images/index/jian_right.png) no-repeat right center;
        background-size: auto 101%;
    }
    
    .company_right_all {
        padding-top: 30px;
        padding-bottom: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    
    .company_right_all .text_title2 {
        color: white;
    }
    
    .company_right_info {
        font-size: 18px;
        line-height: 35px;
        margin-top: 20px;
    }
    
    .company_right .y_l {
        border: 1px solid white;
    }
    
    .company_right .common-btn {
        color: white;
        margin-top: 30px;
        cursor: pointer;
    }
    
    .com_back1 {
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        top: 0;
    }
    
    .company_left_one {
        position: relative;
    }
    
    .zhe {
        position: absolute;
        width: 100%;
        height: 165px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        bottom: 0;
    }
    
    .c_left_text {
        position: absolute;
        bottom: 2vh;
        color: white;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        right: 17vw;
        z-index: 9;
    }
    
    .company_left .swiper-pagination-bullet {
        background: white;
        opacity: 1;
        width: 10px;
        height: 18px;
        border-radius: 0;
        transform: skew(-29deg, 0deg);
        /* Opera */
    }
    
    .company_left .swiper-pagination-bullet-active {
        background: #A81416;
        width: 10px;
        height: 20px;
        position: relative;
        top: 2px;
    }
    
    .company_left .swiper-pagination {
        margin-left: 9vw;
        bottom: 2vh;
    }
    
    .link_me {
        position: relative;
        display: flex;
        justify-content: center;
        text-align: center;
        /* background-image: url(../images/index/link_back.png); */
        /* background-repeat: no-repeat; */
        /* background-size: 100% 100%; */
        /* padding: 25px; */
        /* height: 94px; */
        box-sizing: border-box;
        background: url(../images/index/link_back.png) no-repeat center;
        /* padding: 27px 0; */
        position: relative;
        overflow: hidden;
        height: 92px;
    }
    
    .link_me .link_me_getmore {
        align-items: center;
        display: flex;
        color: white;
        font-size: 35px;
        margin-right: 15px;
        margin-left: 0;
        vertical-align: middle;
        width: auto;
        margin-top: 0;
        text-align: center;
        z-index: 5;
    }
    
    .link_me .link_me_getmore .link_me_text {
        font-family: Source Han Sans CN;
        font-weight: bold;
    }
    
    .link_me .link_me_getmore .y_l {
        border: 1px solid white;
        width: 32px;
        height: 32px;
    }
    
    .link_me .link_me_a {
        margin-top: 5px;
    }
    
    .link_me_text {
        margin-right: 15px;
    }
    
    .link_me_a {
        display: flex;
        align-items: center;
        width: 100px;
    }
    /* .jzg_item {
    width: 100%;
    position: relative;
}

.jzg_item_img {
    width: 50%;
    height: auto;
}

.jzg_text_r {
    left: unset;
    right: -1px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
    z-index: 1;
    background: url(../images/index/jian_right.png) no-repeat right center;
    background-size: auto 101%;
} */
    
    .ipart04_img {
        opacity: 0;
        /* visibility: hidden; */
        transition: .5s ease;
        position: absolute;
        width: 100%;
        /* left: 50%; */
        top: 0;
        height: 94px;
        /* max-width: none;*/
    }
    
    .text_title3 {
        font-size: 18px;
        margin-top: 31px;
    }
    
    .text_title3 p {
        margin-bottom: 19px;
    }
    
    .service .text_title2 {
        font-weight: 400;
    }
    
    .service .text_title {
        max-width: 38%;
        /* border: 1px solid; */
    }
    
    .service .icon {
        max-width: 38%;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    
    .service .icon_one {
        width: 33.33%;
        text-align: left;
    }
    
    @media(min-width:1024px) {
        .m_more {
            display: none;
        }
        .icon_one {
            cursor: pointer;
        }
        .icon_one:hover img {
            animation: move1 2.9s linear 0s infinite;
        }
        .icon_one:hover p {
            font-weight: bold;
        }
        .link_me:hover .ipart04_img {
            opacity: 1;
        }
        .new_hover:hover .time_n,
        .new_hover:hover .text_n {
            color: #A81416;
        }
    }
    
    @media(max-width:1024px) {
        .product,
        .news_list {
            display: block;
        }
        .m_more {
            display: flex;
        }
        .pro_left,
        .pro_right,
        .news_list_left,
        .news_list_right {
            width: 100%;
        }
        .pro_right {
            margin-left: 0;
            display: flex;
            flex-wrap: wrap;
            padding-bottom: 0;
        }
        .pro_right_all {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
        }
        .pro_one {
            width: 49%;
            margin-right: 2%;
            margin-bottom: 9px;
        }
        .pro_one:nth-child(2n) {
            margin-right: 0;
        }
        .pro_one_text {
            padding: 12px 20px;
            font-size: 15px;
        }
        .pro_one:hover .pro_one_text {
            bottom: 8%;
        }
        .pro_one_text_info {
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
        }
        .pro_one:hover .pro_one_text_info {
            display: -webkit-box;
        }
        .pro_o_list a {
            width: 100%;
            font-size: 13px;
            overflow: hidden;
            margin-right: 0;
            margin-bottom: 5px;
        }
        .common-btn {
            width: 100%;
            background-color: #EEEEEE;
            justify-content: center;
            padding: 10px 0;
            margin-bottom: 10px;
        }
        .product .common-btn {
            margin-top: 0;
        }
        .text_title1 {
            font-size: 23px;
        }
        .text_title2 {
            font-size: 18px;
        }
        .product .swiper-button-next,
        .product .swiper-button-prev {
            display: none;
        }
        .product_all {
            background: none;
        }
        .pro_left {
            background-image: url(../images/index/pro_bg_m.png);
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }
        .product_all .p_80 {
            padding-bottom: 0;
        }
        .service_all {
            background-image: url('../images/index/fuwu_bg2.png') !important;
            background-attachment: initial;
        }
        .text_info {
            line-height: 23px;
        }
        .icon {
            width: 100%;
        }
        .icon_one {
            width: 33.33%;
        }
        .icon_one img {
            max-width: 52px;
        }
        .news_all {
            background-image: url('../images/index/news_bg_m.png');
        }
        .news_list {
            margin-top: 15px;
        }
        .news_list_left .news_l_time {
            display: none;
        }
        .news_l_title {
            font-size: 15px;
            font-family: Source Han Sans CN;
            font-weight: 500;
            line-height: 25px;
            margin: 10px 0 5px;
        }
        .news_l_info {
            font-size: 13px;
            line-height: 20px;
            margin: 0px 0;
        }
        .news_list .common-btn {
            display: none;
        }
        .news .common-btn {
            margin: 0;
        }
        .news_list_left {
            padding-bottom: 35px !important;
        }
        .right_t_text {
            background-color: white;
            color: #000000;
        }
        .right_t_img,
        .right_t_text,
        .right_b_img,
        .right_b_text2 {
            width: 50%;
            position: relative;
        }
        .right_t_text .right_t_time,
        .news_l_time {
            position: absolute;
            bottom: 10px;
            color: #A81416;
            font-size: 12px;
        }
        .right_t_text,
        .right_b_text2 {
            display: block;
            padding: 0 10px;
        }
        .right_t_info {
            margin-top: 5px;
        }
        .right_t_info,
        .text_n {
            font-size: 15px;
            line-height: 22px;
        }
        .right_b {
            display: block;
        }
        .right_b_one {
            width: 100%;
            margin-right: 0;
            display: flex;
        }
        .right_b {
            margin-top: 0;
        }
        .new_hover {
            padding: 15px 0;
            border-top: 1px solid #CFCFCF;
        }
        .company_all {
            display: block;
        }
        .company_left {
            width: 100%;
        }
        .company_right {
            width: 100%;
            padding-right: 0;
            font-size: 14px;
            background: none;
            position: static;
            color: #000000;
        }
        .company_right_all .text_title2 {
            color: #000000;
        }
        .company_right_all {
            position: static;
            transform: translate(0, 0);
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .company_right_info {
            font-size: 14px;
            line-height: 23px;
            margin-top: 15px;
        }
        .company_all .common-btn {
            background-color: transparent;
            color: black;
        }
        .company_all .y_l {
            border: 1px solid black;
        }
        .company_right .common-btn {
            margin-top: 0px;
            margin-bottom: 0;
        }
        .link_me .link_me_getmore {
            background-color: transparent;
            font-size: 21px;
            font-family: Source Han Sans CN;
            font-weight: bold;
            margin-bottom: 0;
        }
        .link_me,
        .ipart04_img {
            height: 60px;
        }
        .link_me {
            background: url(../images/index/link_back_m.png) no-repeat center;
        }
        .link_me_a {
            width: 60px;
        }
        .c_left_text {
            font-size: 13px;
            right: 23vw;
        }
        .company_left .swiper-pagination {
            margin-left: 39vw;
            bottom: 1.7vh;
        }
        .company_left .swiper-pagination-bullet {
            width: 8px;
            height: 14px;
        }
        .company_left .swiper-pagination-bullet-active {
            width: 8px;
            height: 16px;
        }
        .pro_one:hover .pro_o_list {
            height: 79px;
            overflow-y: auto;
        }
        .service .text_title,
        .service .icon {
            max-width: 100%;
        }
        .service .icon {
            margin-top: 40px;
            margin-bottom: 0;
        }
        .text_title3 p {
            margin-bottom: 4px;
        }
        .text_title3 {
            font-size: 14px;
            margin-top: 14px;
        }
        .service .icon_one {
            text-align: center;
        }
        .link_me .link_me_getmore .y_l {
            width: 22px;
            height: 22px;
        }
        .link_me .link_me_a {
            margin-top: 0;
            width: auto;
        }
        .y_l {
            width: 23px;
            height: 23px;
        }
        .r_j {
            width: 20px;
            margin-left: -9px;
        }
        .link_me .link_me_text {
            margin-right: 10px;
            font-size: 20px;
        }
    }